Skip to content

Conversation

@nischitpra
Copy link
Contributor

@nischitpra nischitpra commented Dec 31, 2024

PR-Codex overview

This PR focuses on modifying the connect function calls in various files to use an async callback instead of a synchronous one, enhancing the handling of asynchronous operations.

Detailed summary

  • Changed connect(() => {...}) to connect(async () => {...}) in multiple files:
    • apps/portal/src/app/connect/in-app-wallet/custom-auth/configuration/page.mdx
    • apps/portal/src/app/connect/in-app-wallet/guides/build-your-own-ui/page.mdx
    • apps/portal/src/app/react/v5/in-app-wallet/build-your-own-ui/page.mdx
    • apps/portal/src/app/react/v5/in-app-wallet/get-started/page.mdx
    • apps/portal/src/app/react/v5/in-app-wallet/build-your-own-ui/page.mdx
    • Other instances across similar files.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@nischitpra nischitpra added the merge-queue Adds the pull request to Graphite's merge queue. label Dec 31, 2024
@nischitpra nischitpra requested review from a team and jakubkrehel as code owners December 31, 2024 09:10
@changeset-bot
Copy link

changeset-bot bot commented Dec 31, 2024

⚠️ No Changeset found

Latest commit: 5bc4014

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Dec 31, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-v2 🔄 Building (Inspect) Visit Preview 💬 Add feedback Dec 31, 2024 9:10am
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
thirdweb_playground ⬜️ Skipped (Inspect) Dec 31, 2024 9:10am
thirdweb-www ⬜️ Skipped (Inspect) Dec 31, 2024 9:10am
wallet-ui ⬜️ Skipped (Inspect) Dec 31, 2024 9:10am

Copy link
Contributor Author

Merge activity

  • Dec 31, 4:10 AM EST: The merge label 'merge-queue' was detected. This PR will be added to the Graphite merge queue once it meets the requirements.

@graphite-app
Copy link
Contributor

graphite-app bot commented Dec 31, 2024

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge-queue - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

@github-actions github-actions bot added the Portal Involves changes to the Portal (docs) codebase. label Dec 31, 2024
@nischitpra nischitpra closed this Dec 31, 2024
@codecov
Copy link

codecov bot commented Dec 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 55.18%. Comparing base (31d11fa) to head (5bc4014).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5863   +/-   ##
=======================================
  Coverage   55.18%   55.18%           
=======================================
  Files        1123     1123           
  Lines       59611    59611           
  Branches     5030     5031    +1     
=======================================
  Hits        32895    32895           
  Misses      25996    25996           
  Partials      720      720           
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from 31d11fa
packages 52.83% <ø> (ø)

*This pull request uses carry forward flags. Click here to find out more.

@github-actions
Copy link
Contributor

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 45.09 KB (0%) 902 ms (0%) 228 ms (-7.12% 🔽) 1.2 s
thirdweb (cjs) 110.84 KB (0%) 2.3 s (0%) 555 ms (+21.89% 🔺) 2.8 s
thirdweb (minimal + tree-shaking) 5.58 KB (0%) 112 ms (0%) 46 ms (+133.11% 🔺) 157 ms
thirdweb/chains (tree-shaking) 506 B (0%) 10 ms (0%) 13 ms (+38.13% 🔺) 23 ms
thirdweb/react (minimal + tree-shaking) 19.12 KB (0%) 383 ms (0%) 72 ms (+62.18% 🔺) 455 ms

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merge-queue Adds the pull request to Graphite's merge queue. Portal Involves changes to the Portal (docs) codebase.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants